net/http.routingNode.children (field)

4 uses

	net/http (current package)
		routing_tree.go#L37: 	children   mapping[string, *routingNode]
		routing_tree.go#L99: 	n.children.add(key, c)
		routing_tree.go#L109: 	r, _ := n.children.find(key)
		routing_tree.go#L233: 	n.children.eachPair(func(method string, c *routingNode) bool {